var github.com/klauspost/compress/flate.huffOffset
4 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L975: var huffOffset *huffmanEncoder
huffman_bit_writer.go#L980: huffOffset = newHuffmanEncoder(offsetCodeCount)
huffman_bit_writer.go#L981: huffOffset.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L1076: w.generateCodegen(numLiterals, numOffsets, w.literalEncoding, huffOffset)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |